home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 8 / Material Dictionary 8.iso / sozai.exe / sozai.DXR / 00007_QUIT.ls < prev    next >
Encoding:
Text File  |  1996-01-05  |  89 b   |  8 lines

  1. on mouseDown
  2.   buttondown()
  3.   if not (the result) then
  4.     exit
  5.   end if
  6.   go("End")
  7. end
  8.